-
-
Notifications
You must be signed in to change notification settings - Fork 431
New Board Selector UI: show port protocol #1193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
export function byProtocol( | ||
availablePorts: AvailablePorts | ||
): Map<string, AvailablePorts> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On this file there's no significant change, I've just formatted the code 💄
arduino-ide-extension/src/browser/boards/boards-toolbar-item.tsx
Outdated
Show resolved
Hide resolved
arduino-ide-extension/src/browser/boards/boards-toolbar-item.tsx
Outdated
Show resolved
Hide resolved
arduino-ide-extension/src/browser/boards/boards-toolbar-item.tsx
Outdated
Show resolved
Hide resolved
@kittaakos thank you for the functional review. @91volt is working to find the right color variables to fix dark and hc themes 🔨 |
c6b6760
to
509ba75
Compare
Please open a follow-up once this is merged. Thank you! |
Can you please remove this thing? It happens when I hover over the board select dropdown. Please reference the screencast. hover_board_select.mp4As I see it's always there when the cursor is above the toolbar: hover_toolbar.mp4 |
It's weird because I saw that rectangle before, but I cannot reproduce it with the last commit 🤔 Did you notice you did something specific to "activate" this behavior? |
@kittaakos actually there's not an easy way to do it because in the new UI @91volt the Board Selector doesn't have a border in the collapsed state. We'll surely address it when fixing the High Contrast globally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the changes and the code looks OK. 👍 Thank you!
Somobody else who knows the requirements should also check the PR.
If you decide not to fix all review issues, please open a follow-up task with the TODOs.
Thanks @kittaakos!
@91volt did a review today and he was okay with the changes but forgot to approve the PR.
We'll open an issue for the HC issues.
About this "ghost rectangle" I'll open an issue when I manage to reproduce it again. |
Motivation
This PR addresses a number of UX/UI improvements about the Board Selector.
This is the new expected behavior when starting with a sketch with no prior board selected:
Change description
"serial"
,"network"
, ecc...)Other information
Reviewer checklist
Requests before creating
one)